home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19990422-19990725 / 000083_news@watsun.cc.columbia.edu _Sat May 22 16:22:16 1999.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Return-Path: <news@watsun.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id QAA20698
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Sat, 22 May 1999 16:22:16 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id QAA04477
  7.     for kermit.misc@watsun.cc.columbia.edu; Sat, 22 May 1999 16:04:27 -0400 (EDT)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Subject: Re: Carrier Detect problems
  11. Date: 22 May 1999 20:04:27 GMT
  12. Organization: Columbia University
  13. Message-ID: <7i72kb$4bq$1@newsmaster.cc.columbia.edu>
  14. To: kermit.misc@watsun.cc.columbia.edu
  15.  
  16. In article <374704bb.6578990@news.zip.com.au>,
  17. Graham Smith <gqs@zip.com.au> wrote:
  18. : On 22 May 1999 19:04:29 GMT, fdc@watsun.cc.columbia.edu (Frank da Cruz)
  19. : wrote:
  20. : >In article <3746effd.1268253@news.zip.com.au>,
  21. : >Graham Smith <gqs@zip.com.au> wrote:
  22. : >: I have just set up CKermit 7 Beta 6 on SuSE 6.1 Linux and am having
  23. : >: problems with the Carrier detection.
  24. : >: 
  25. : >: I am using a V34 modem...
  26. : >:
  27. : >Make and model?
  28. :
  29. : Maestro Executive E336V - Using the Rockwell Chipset.
  30. :
  31. And what modem type are you telling Kermit that you have?  I never heard of
  32. the Maestro Executive E336V, so unless its commands match one of Kermit's
  33. built-in modems, we might have some problems with the commands.  (And in
  34. case this modem *does* have a unique command set, support for it could be
  35. added to C-Kermit 7.0 if you send me the command summary quickly enough.)
  36.  
  37. : Unfortunatly I'm not at the site and don't have a copy of the script
  38. : with me. Will check later today after I get some sleep.
  39. : Yes using the DIAL commad
  40. Remember, the sequence is:
  41.  
  42.  1. SET MODEM TYPE xxx
  43.  2. SET LINE /dev/xxx
  44.  
  45. (in that order) and then DIAL.
  46.  
  47. : >Of course the modem should set CD high at the same time it prints the 
  48. : >CONNECT message.
  49. : I think the CONNECT message comes after the CD is raised or nearly at
  50. : the same time which is well after the CARRIER 2400 message arrives.
  51. :  
  52. Hmmm...  I looked at the source code.  If you happened to "set modem type"
  53. to one of the Rockwell varieties, it treats "CARRIER xxxx" like "CONNECT xxx".
  54. Is that wrong?  Are you saying that the modem first says CARRIER 2400 and
  55. then says CONNECT 2400?  The Rockwell modem support was added to C-Kermit
  56. from documents, but without a real example to test on.
  57.  
  58. - Frank